agents: add Ripley's Log to CHORE(close) + starship polish#13
Merged
Conversation
Ported from usezombie/M17_001: - AGENTS.md: new "Schema Table Removal Guard" action-triggered section (pre-v2.0.0 teardown policy) wired into PLAN surface-area checklist, EXECUTE preamble, Oracle Operational Defaults, and a spec-vs-rules conflict check. Catches ALTER/DROP/SELECT-1 attempts automatically. - RULES.md: RULE SCH rewritten (pre-v2.0 = full teardown, no markers). RULE EP4 gains pre-v2.0 carve-out — removed endpoints may 404 during teardown-rebuild era; 410 Gone stubs are mandatory post-v2.0 only. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
A first-person, dated session log under docs/v2/agent-docs/
RIPLEYS_LOG_{MMM}_{DD}_{HH_MM}.md capturing decisions made, assumptions
surfaced, dead ends, trade-offs, and follow-ups deferred — the context
that doesn't belong in commit messages or the spec but matters for the
next agent picking up the thread.
Required (not optional) for every non-trivial CHORE(close). Commits
alongside the spec move.
Synced from usezombie M15_002 work where the pattern emerged.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/v2/agent-docs/RIPLEYS_LOG_{MMM}_{DD}_{HH_MM}.mdcapturing decisions, assumptions, dead ends, and follow-ups deferred — context that doesn't belong in commit messages or the spec but matters for the next agent picking up the thread. Required, not optional.Pattern emerged during M15_002 zombie observability work — the Ripley's Log line in AGENTS.md was synced from that project's AGENTS.md.
Test plan
🤖 Generated with Claude Code